home *** CD-ROM | disk | FTP | other *** search
- DD-RoboWriter V1.0
- ~~~~~~~~~~~~~~~~~~
-
- Adding messages to message base has always been difficult, until now...
- RoboWriter allows you to write message from Shell, ARexx script or
- what ever, even DD doors can use this little program.
-
- Commandline parameters
- ~~~~~~~~~~~~~~~~~~~~~~
- Template is:
- CONF/N/A,BASE/N/A,MESSAGE=MSG/K/A,FROM/K/A,TO/K/A,SUBJECT/K/A,PRIVATE/S,DATE/N
-
- CONF = Number of conference
- BASE = Number of message base
- MSG = Path to the textfile which will be the message
- FROM = Message author
- TO = Receiver
- SUBJECT = Message subject
- PRIVATE = Add this if the message should be private
- DATE = Date (In seconds since 1978) (Optional: if not specified, current time
- will be used)
-
- Couple of examples:
-
- RoboWriter CONF 1 BASE 2 MSG ram:message FROM SysOp TO All Subject Announcement
-
- RoboWriter CONF 1 BASE 1 MSG ram:PwFail FROM Jesus TO SysOp Subject "PW LOST" PRIVATE
-
-
- Local and echomail messages are supported, net mail is not.
-
-